- PurpleCircBuffer
alias PurpleCircBuffer = _PurpleCircBuffer
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_circ_buffer_append
alias da_purple_circ_buffer_append = void function(PurpleCircBuffer* buf, gconstpointer src, gsize len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_circ_buffer_destroy
alias da_purple_circ_buffer_destroy = void function(PurpleCircBuffer* buf)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_circ_buffer_get_max_read
alias da_purple_circ_buffer_get_max_read = gsize function(const(PurpleCircBuffer)* buf)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_circ_buffer_mark_read
alias da_purple_circ_buffer_mark_read = gboolean function(PurpleCircBuffer* buf, gsize len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_circ_buffer_new
alias da_purple_circ_buffer_new = PurpleCircBuffer* function(gsize growsize)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_circ_buffer_append
void purple_circ_buffer_append(PurpleCircBuffer* buf, gconstpointer src, gsize len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_circ_buffer_destroy
void purple_circ_buffer_destroy(PurpleCircBuffer* buf)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_circ_buffer_get_max_read
gsize purple_circ_buffer_get_max_read(const(PurpleCircBuffer)* buf)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_circ_buffer_mark_read
gboolean purple_circ_buffer_mark_read(PurpleCircBuffer* buf, gsize len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_circ_buffer_new
PurpleCircBuffer* purple_circ_buffer_new(gsize growsize)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.